home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dr. Windows 3
/
dr win3.zip
/
dr win3
/
WINWORDS
/
SPELL10.ZIP
/
TLCABOUT.FO_
/
TLCABOUT.FO
Wrap
Text File
|
1993-12-04
|
4KB
|
145 lines
VERSION 2.00
Begin Form FrmAbout
BackColor = &H00000000&
BorderStyle = 3 'Fixed Double
Caption = "About TLC Spell Checker"
ClientHeight = 2988
ClientLeft = 1740
ClientTop = 1464
ClientWidth = 5904
ControlBox = 0 'False
Height = 3408
HelpContextID = 300
Left = 1692
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2988
ScaleWidth = 5904
Top = 1092
Width = 6000
Begin CommonDialog CmnDialog
Left = 288
Top = 1512
End
Begin PictureBox Panel3D5
BackColor = &H00C0C0C0&
Height = 552
Left = -36
ScaleHeight = 528
ScaleWidth = 5904
TabIndex = 2
Top = 2412
Width = 5928
Begin CommandButton Cmd
Caption = "&To Use"
Height = 372
HelpContextID = 44
Index = 2
Left = 4140
TabIndex = 5
Top = 144
Width = 1272
End
Begin CommandButton Cmd
Caption = "&Register"
Default = -1 'True
Height = 375
HelpContextID = 44
Index = 1
Left = 2220
TabIndex = 4
Top = 120
Width = 1515
End
Begin CommandButton Cmd
Cancel = -1 'True
Caption = "&Ok"
Height = 375
HelpContextID = 44
Index = 0
Left = 480
TabIndex = 3
Top = 120
Width = 1215
End
End
Begin PictureBox Panel3D2
BackColor = &H00C0C0C0&
Height = 1152
Left = 0
ScaleHeight = 1128
ScaleWidth = 5868
TabIndex = 0
Top = 1224
Width = 5892
Begin Label Label1
Caption = "This is a shareware program. It must be registered within 30 days of installation. Click on Register for details."
Height = 795
Left = 1140
TabIndex = 1
Top = 180
Width = 3855
End
End
Begin Label Label2
Alignment = 2 'Center
BackColor = &H00C0C0C0&
Caption = "E 408 Silver Pines, Colbert, WA 99005"
Height = 372
Index = 2
Left = 0
TabIndex = 7
Top = 756
Width = 5916
End
Begin Label Label2
Alignment = 2 'Center
BackColor = &H00C0C0C0&
Caption = "Software Engineering and Fabrication"
Height = 372
Index = 1
Left = 0
TabIndex = 8
Top = 396
Width = 5916
End
Begin Label Label2
Alignment = 2 'Center
BackColor = &H00C0C0C0&
Caption = "Copyright (C) 1993 -- All Rights Reserved"
Height = 372
Index = 0
Left = 0
TabIndex = 6
Top = 0
Width = 5916
End
End
Option Explicit
Sub Cmd_Click (Index As Integer)
FrmAbout!CmnDialog.HelpFile = App.HelpFile
If Index = 1 Then
FrmAbout!CmnDialog.HelpContext = 101
FrmAbout!CmnDialog.HelpCommand = HELP_CONTEXT
FrmAbout!CmnDialog.Action = 6
ElseIf Index = 2 Then
FrmAbout!CmnDialog.HelpContext = 0
FrmAbout!CmnDialog.HelpCommand = HELP_INDEX
FrmAbout!CmnDialog.Action = 6
Else
Unload Me
End If
End Sub
Sub Cmd1_Click (Index As Integer)
End Sub
Sub Form_Load ()
' SetAbout
End Sub